*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
a:hover{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.center{
    width: 1200px;
    margin: 0 auto;
}

/*顶部*/
#logo{
    background-image:url("2019logo.png");
}
#navOuter{
    background: url(navBg.jpg) no-repeat center;
}
#navs dl{
    background: #1b70d2;
    color: #fff;
}
#navs dd a{
    color: #fff;
}
/*新闻动态*/
.xwdt{
    border-radius: 5px;
    background: #f5f5f5 url(news_bg.png) no-repeat right bottom;
    overflow: hidden;
    margin-top: 30px;
}



/*轮播图*/
.swiper {
    width: 100%;
    height: 100%;
    float: left;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.swiper-button-next, .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
/*.swiper:hover .swiper-button-next{
    opacity: 1;
}
.swiper:hover .swiper-button-prev{
    opacity: 1;
}*/
.swiper .swiper-pagination{
    bottom: 13px;
    left: auto;
    /*right: 5px;*/
    width: auto;
}
.swiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 50px;
    text-align: left;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #fff;
}
.swiper-slide>a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 645px;
    height: 420px;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
    width: 25px;
    border-radius: 5px;
}
.mySwiper{width: 100%;height: 100%;}

.swiper-slide .slideCon{
    position: absolute;
    left: 645px;
    top: 0;
    padding: 25px;
    height: 390px;
}
.swiper-slide .slideCon .slideConTit{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #1B70D2;
    height: auto;
}
.swiper-slide .slideCon .slideConAbs{
    background: none;
    color: #666;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    text-indent: 2em;
    margin-top: 20px;
}
.swiper-slide .slideCon span{
    background: #1b70d2;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 25px;
    line-height: 42px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.swiper .swiper-slide p{
    width: 645px;
}
.swiper .swiper-pagination{
    left: 270px;
}


/*通知公告*/
.changesNews{
    margin-top: 60px;
    width: 600px;
    box-sizing: border-box;
    padding-right: 40px;
}

.tzgg{
    font-size: 24px;
    width: 128px;
    float: left;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}
.tzgg.on{
    border-bottom: 4px solid #1B70D2;
    color: #1B70D2;
    font-weight: bold;
}

.tzggList{
    margin-top: 20px;
}
.tzggList li{
    border-bottom: 2px dashed #eee;
    height: 55px;
    line-height: 55px;
}

.tzggList .tzggDate{
    float: right;
    width: 10%;
    color: #999;
}
.tzggList .tzggTitle{
    float: left;
    font-size: 18px;
    width: 90%;
    text-align: left;
}
.tzggList .tzggTitle:hover{
    font-weight: bold;
    color: #1B70D2;
}

/*集团业务*/
.jtyw{
    position: relative;
}
.jtyw ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.jtyw ul li{
    width: 290px;
    height: 213px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.jtyw ul li img{
    width: 290px;
    height: 213px;
    overflow: hidden;
    border-radius: 5px;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    vertical-align: middle;
}
.jtyw ul li:hover img{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.jtyw ul li p{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    background: #fff;
    border: 1px solid #1B70D2;
    color: #333;
    text-align: center;
    width: 50%;
    margin: 0 25%;
    font-size: 18px;
    border-radius: 5px;
}
.jtyw ul li p:hover{
    background: #1B70D2;
    color: #fff;
}
    /*企业风采*/
.qyfc{
    margin-top: 80px;
    height: 300px;
    background: #f7f7f7 url(17.png) repeat-x;
    background-size: contain;
}
.rollBox{width:1188px;height:139px;overflow:hidden;margin:0 auto;}
.rollBox .LeftBotton{float:left;width:32px;height:36px;background:url(left.png) no-repeat 0 0;overflow:hidden;display:inline;margin:45px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{float:left;width:32px;height:36px;background:url(right.png) no-repeat 0 0;overflow:hidden;display:inline;margin:45px 0 0 0;cursor:pointer;}
.rollBox .Cont{float:left;width:1124px;overflow:hidden;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:266px;float:left;text-align:center;margin-right:20px;}
.rollBox .Cont .pic img{display:block;margin:0 auto;width:266px;height:139px;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBox .Cont .pic a{width:100%;height:139px;position: relative;display: block;}
.rollBox .Cont .pic a p{
    margin:0;
    height:30px;
    line-height:30px;
    color: #FFFFFF;
    background-image: url(0.png);
    background-repeat: repeat;
    position: absolute;
    z-index: 1;
    bottom:0;
    display: block;
    width:100%;
    text-align: center;
}



/*关于我们*/
.aboutUs{
    margin-top: 70px;
    background: url("aboutUs.jpg") no-repeat center;
    height: 550px;
    background-size: cover;
}
.usmessage{
    margin-top: 25px;
    width: 700px;
    text-align: left;
}
.usmessage h2{
    font-size: 30px;
    font-weight: bold;
    text-indent: 30px;
    position: relative;
    margin-bottom: 40px;
}
.usmessage h2::after{
    content: "";
    width: 60px;
    height: 5px;
    position: absolute;
    background-color: #1b70d2;
    bottom: -10px;
    left: 30px;
}
.usmessage p{
    text-indent: 37px;
    line-height: 30px;
    margin-top: 10px;
    color: #967171;
    overflow: hidden;
    font-size: 18px;
    text-align: left;
}
.usmessage .usmore{
    position: relative;
    width: 168px;
    height: 56px;
    line-height: 56px;
    margin-top: 45px;
}
.usmessage .usmore span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #373737;
    font-size: 16px;
    border: 1px solid #BFBFC2;
    transition: all .3s ease-out;
}
.gallery li{
    border-radius: 20px;
    border: 1px solid #BFBFC2;
    margin-top: 35px;
    height: 90px;
    width: 260px;
    padding: 12px;
    box-sizing: border-box;
}
.gallery li span{
    font-size: 24px;
}
.gallery li p{
    font-size: 18px;
}
.gallery li:hover{
    background: #1b70d2;
}
.gallery li:hover a{
    color: #fff;
}

/*友链*/
.link { float:left; width:1200px; overflow:hidden;margin-bottom: 30px }
.link ul { width:1260px;}
.link ul li { float:left; width:285px; margin:0 20px 0 0; }
.link ul li select {width:285px;padding: 8px;font-size: 16px;border-radius: 10px;}

/*移动端*/
@media screen and (max-width: 769px)  {
    .center{
        width: 100%;
    }
    body{
        width: 100%;
        min-width: 100px;
    }
    #top{
        display: none;
    }
    #logo{
        width: 100%;
        background-size: contain;
    }
    #sercForm{
        display: none;
        height: auto;
    }
    #navs{
        width: 100%;
        height: auto;
    }
    #navs li{
        width: 25%;
    }
    #navs #n_1 div{
        background-position: 0;
    }
    #navs li div{
        padding-left: 0;
    }
    #navs li a.level1{
        width: 100%;
    }
    #navs li div{
        background-image: none !important;
    }
    .mySwiper{
        width: 100%;
    }
    .swiper .swiper-slide p{
        width: 100%;
    }
    .swiper .swiper-pagination{
        left: 10px;
    }
    .swiper-slide img{
        width: 100%;
    }
    .changesNews{
        width: 100%;
        padding-right: 0;
        border-right: none !important;
        padding-left: 0px;
    }

    .tzggList li{
        overflow: hidden;
    }
    .tzggList .tzggTitle:hover{
        width: 85%;
    }
    .usmessage{
        width: 100%;
    }
    .gallery{
        width: 100%;
    }
    .gallery li{
        margin: 35px auto 0;
    }
    .jtyw ul{
        justify-content: center;
    }
    .rollBox{
        width: 100%;
    }
    .link{
        width: 100%;
    }
    .link ul{
        width: 100%;
    }
    .link ul li{
        margin: 20px auto ;
        float: none;
    }
    #footer{
        overflow: hidden;
    }
    .foot{
        width: 100%;
    }
    .foot .cont{
        float: left;
        margin: 20px auto;
    }
    .foot .cont p{
        width: 100% !important;
    }
}
